home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / koreanminer.swf / scripts / DefineButton2_239 / BUTTONCONDACTION on(keyPress Down).as
Text File  |  2007-09-28  |  96b  |  6 lines

  1. on(keyPress "<Down>"){
  2.    _root.miner.gotoAndStop("down");
  3.    _parent.stop();
  4.    play();
  5. }
  6.